home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / dopus / arexx_scripts / dopusutils / docs / ports.rexx.doc < prev   
Encoding:
Text File  |  1991-10-14  |  836 b   |  18 lines

  1.  
  2. This is one that happened while I was doing something else, and needed to
  3. see what kind of ports the Amiga was working with. It simply generates a
  4. formatted list of all message ports that are open on your computer. You may
  5. be surprised at how many there are!
  6.  
  7. To force an output window to stay open until you can read all the names and
  8. cancel it, there's a separate batch file that starts this up.
  9.  
  10. Set your button gadget to call REXX:PORTS.BOOT, and set it as a BATCH file.
  11. Set the close window delay to -1 so it will stay open until you want it to
  12. be closed. PORTS.BOOT will call PORTS.REXX, and put a nicely formatted
  13. listing of the open ports in the console window. PORTS.REXX does not have to
  14. be run from Directory Opus, hence it does not have a *.dopus filename
  15. extension.
  16.  
  17. Both files, of course, belong in your REXX: directory.
  18.